tdd-tictactoe (jogo da velha)

This sample demonstrates how apply TDD in your development

You must have the .NET SDK installed. .NET Core 3.1 is recommended.

Getting started

You can quickly build and test after clone it

  • console
  • cd tdd-tictactoe
  • dotnet build
  • dotnet test

Info

Here are some stuff used in this project .