Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 363 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 363 Bytes

Game-of-Life

Conway's Game of Life using python and pygame

install pygame and numpy using a package manager such as pip.

pair coded with @partypyro python3 game_of_life.py

Using self repair to fix runtime errors, I prompted ChatGPT to optimize the slow implementation of a 1000x1000 grid.

On my M1 Pro, the GPT4 program produces a noticable speedup :).