This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
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 |