Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 819 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 819 Bytes

What is this?

This is a web-based implementation of Conway's Game of Life built on the .NET web stack.

Why?

The sole purpose of this project is to be sandbox to try out whatever library, language or technique that interests me at the moment. If a given experiment turns out well, I'll usually keep the implementation for future reference.

Right now I'm using:

How is it being developed?

The entire application is developed using Behavior-driven development (BDD) style testing from the acceptance tests down to the unit test level.