Skip to content

elizabrock/ConwaysGameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.

Credits

Inspiration for the XAML Conway's viewer came from: http://www.thinkbottomup.com.au/site/blog/Game_of_Life_in_XAML_WPF_using_embedded_Python

About

Exercise for Cohort Juniper (10)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages