Skip to content

szenadam/dotnet-core-tiktaktoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Tik-Tak-Toe game in Dotnet Core

Description

A simple Tic-Tac-Toe game that can be played in the console.

Requirements

  • .Net Core 2.1

Run

  • $ dotnet restore
  • $ dotnet run -p .\TikTakToe\

Test

  • $ dotnet test

Build and publish

  • $ dotnet build
  • $ dotnet publish -o .\build

The built application can be found in the build directory.

Releases

No releases published

Packages

No packages published

Languages