Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
TicTacToeBDD ============ This is simple example of well known Tic-Tac-Toe game, written in C#. The aim of this example, is to show Behavior-Driven Development (BDD) in action, with use of amazing tool SpecFlow. You'll need Visual Studio 2012 to open the solution, installed SpecFlow, and NUnit. Installing SpecFlow: * open Visual Studio * go to Tools->Extensions and updates->Online * search for SpecFlow and install it To install NUnit: * go to: http://www.nunit.org/index.php?p=download * download, and follow the install procedure