Skip to content

Instantly share code, notes, and snippets.

'''
Conway's Game of Life implementation in Python
Generated by OpenAI's ChatGPT
Original code adapted from OpenAI's ChatGPT example code
Modified by Rich Haase
Date: 2023-05-11
Code licensed under the MIT License