This is a web-based implementation of Conway's Game of Life built on the .NET web stack.
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:
The entire application is developed using Behavior-driven development (BDD) style testing from the acceptance tests down to the unit test level.