https://github.com/renbkna/tic-tac-toe
A Tic-Tac-Toe game against AI.
https://github.com/renbkna/tic-tac-toe
algorithm algorithms csharp dotnet minimax minimax-algorithm tic-tac-toe tic-tac-toe-ai
Last synced: 3 months ago
JSON representation
A Tic-Tac-Toe game against AI.
- Host: GitHub
- URL: https://github.com/renbkna/tic-tac-toe
- Owner: renbkna
- License: mit
- Created: 2024-11-08T05:30:33.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T03:35:18.000Z (6 months ago)
- Last Synced: 2025-01-07T14:11:58.280Z (5 months ago)
- Topics: algorithm, algorithms, csharp, dotnet, minimax, minimax-algorithm, tic-tac-toe, tic-tac-toe-ai
- 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
# Tic-Tac-Toe Console Game
A console-based Tic-Tac-Toe game. This game allows a player to play against a computer opponent powered by the **minimax algorithm**, providing optimal moves.