Skip to content

Commit

Permalink
Creates README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ecampidoglio committed Dec 6, 2012
0 parents commit 3045539
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## What is this?

This is a web-based implementation of [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_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:

- [Microsoft ASP.NET Web Api 4.0](http://www.asp.net/web-api)
- [KnockoutJS](http://knockoutjs.com)
- [jQuery](http://jquery.com)

## How is it being developed?

The entire application is developed using [Behavior-driven development (BDD)](https://en.wikipedia.org/wiki/Behavior-driven_development) style testing from the acceptance tests down to the unit test level.

0 comments on commit 3045539

Please sign in to comment.