cherron-aptera / LinqLife

Conway's Game of Life in Declarative(ish) C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Conway's Game of Life in Declarative(ish) C#


Languages

Language:C# 100.0%