Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 345 Bytes

readme.md

File metadata and controls

9 lines (6 loc) · 345 Bytes

Here is my humble attempt to implement Conway’s Game of Life in declarative(ish) C#. My aims were:

  • To practice Discovery Testing for test-driven architecture
  • To support infinite space
  • To be as declarative as possible

You can follow my git history to see my progression of thought.

Screenshot of Gosper's Glider Gun