Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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#
- Host: GitHub
- URL: https://github.com/avindra/tic-tac-toe-dotnet
- Owner: avindra
- Created: 2015-03-17T01:13:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-09T03:31:55.000Z (almost 8 years ago)
- Last Synced: 2023-02-28T19:45:50.516Z (over 1 year ago)
- Topics: algorithm, c-sharp, dot-net, solved-game, tic-tac-toe
- Language: C#
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.