Skip to content

Instantly share code, notes, and snippets.

View dvd101x's full-sized avatar

David Contreras dvd101x

View GitHub Profile
@dvd101x
dvd101x / conway.py
Last active February 27, 2023 16:03 — forked from electronut/conway.py
A simple Python matplotlib implementation of Conway's Game of Life.
################################################################################
# conway.py
#
# Original author: electronut.in
# Added vectorization by: David Contreras
#
# Description:
#
# A vectorized Python/matplotlib implementation of Conway's Game of Life.
################################################################################