Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 278 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 278 Bytes

Life

C# WinForm implementation of Conway's Game of Life

Written by Jonathan Melcher on 01/04/2016
Last updated 01/04/2016

LifeUI - Form class making up the GUI of the program
Life - wrapper over 2D bool array, providing functionality for calculating next state of array