Conway's Game of Life This is a simple implementation of Conway's Game of Life in Python. It uses the pygame library to display the game. Usage Install the required libraries using pip: pip install -r requirements.txt Run the game using: python gol.py