https://github.com/heroschwein2/tiktacktoe
A simple Tic Tac toe engine coded in C#.
https://github.com/heroschwein2/tiktacktoe
csharp dotnet tic-tac-toe
Last synced: over 1 year ago
JSON representation
A simple Tic Tac toe engine coded in C#.
- Host: GitHub
- URL: https://github.com/heroschwein2/tiktacktoe
- Owner: heroschwein2
- Created: 2024-12-08T12:07:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-16T19:53:40.000Z (over 1 year ago)
- Last Synced: 2025-02-06T23:18:25.452Z (over 1 year ago)
- Topics: csharp, dotnet, tic-tac-toe
- Language: C#
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tictactoe is a simple and very weak tic tac toe engine coded in C#.
How to use:
Enter your number(0-8, upper left to bottom-right)
AI will reply
Play till someone wins.