Skip to content

Conway's Game of Life written with variable generation instructions and initial states

Notifications You must be signed in to change notification settings

NewEvolution/ConwaysGameOfLife

 
 

Repository files navigation

ConwaysGameOfLife

Exercise for Cohort Juniper (10)

Instructions

  1. Create a unit tests project within this solution
  2. Write some tests for your implementation of Conways Game Of Life:
  3. Create a test file in the test project
  4. Create a ConwaysGameOfLife class in the ConwaysGameOfLife project that implements the Board interface
  5. Write tests for all the rules and implement them

In order to visualize your particular class, change the class that is being initialized on the first line of the MainWindow constructor

I suggest that your implementation's constructor take an argument that sets up the initial board state.

About

Conway's Game of Life written with variable generation instructions and initial states

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%