Skip to content

C# program replicating John Conway's Game of Life

Notifications You must be signed in to change notification settings

JlossBustin/GOL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GOL


C# program replicating John Conway's Game of Life

CIS 244

Justin Bloss: [email protected]


Prerequisites:

Visual Studio 2017

C#


Description:

GOL as a project delves into Conway's cellular automaton and gives the user the ability to create and manipulate a grid of cells based upon a pre-selected pattern. The user has the ability to select a type of pattern (or "generation" as it's referred to in the GUI), run a set amount of generations or a single generation for testing purposes, and save/open a grid of cells as a .txt file for future use.

What's Included:

. Radio buttons for pattern selection

. Buttons for generating grid, running a set amount of generations or saving/opening a grid & single step generation

. Table for identifying cells based on color and age


Original Completion Date: 4/9/2019

About

C# program replicating John Conway's Game of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages