Skip to content

Files

Latest commit

ac0b276 · Dec 15, 2020

History

History
5 lines (3 loc) · 378 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 378 Bytes

Conways Game Of Life

This is an implementation of Conway's classic Game of Life. The GUI is written in Swing, with features customizable such as thread count, board size, and simulated rounds. The goal of this project was to analyze run-time performance on varying inputs. A short write-up of my findings are below.

Conways Analysis