Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 797 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 797 Bytes

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