Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avindra/tic-tac-toe-dotnet

:negative_squared_cross_mark: Tic tac toe in C#
https://github.com/avindra/tic-tac-toe-dotnet

algorithm c-sharp dot-net solved-game tic-tac-toe

Last synced: about 4 hours ago
JSON representation

:negative_squared_cross_mark: Tic tac toe in C#

Awesome Lists containing this project

README

        

# Tic Tac Toe (.NET)

[![Build status](https://ci.appveyor.com/api/projects/status/kdudov64mgevil8x?svg=true)](https://ci.appveyor.com/project/avindra/tic-tac-toe-dotnet)

One of the first programs I made in school while learning programming was Tic Tac Toe. I've tried to write my implementation of tic tac toe in any new language that I use.

## Download

This repo is connected with AppVeyor, so you can download the [latest artifacts](https://ci.appveyor.com/project/avindra/tic-tac-toe-dotnet/build/artifacts) to test the latest, pre-compiled code.