Skip to content

tannert44/InfiniteConwaysGOL

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages