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 2 months 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-09T03:31:55.000Z (almost 9 years ago)
- Last Synced: 2025-03-02T08:03:58.411Z (10 months ago)
- Topics: algorithm, c-sharp, dot-net, solved-game, tic-tac-toe
- Language: C#
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic Tac Toe (.NET)
[](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.