Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days ago
JSON representation
A Tic-Tac-Toe game against AI.
- Host: GitHub
- URL: https://github.com/renbkna/tic-tac-toe
- Owner: renbkna
- Created: 2024-11-08T05:30:33.000Z (7 days ago)
- Default Branch: main
- Last Pushed: 2024-11-08T06:19:39.000Z (7 days ago)
- Last Synced: 2024-11-08T06:29:43.983Z (7 days ago)
- Topics: algorithm, algorithms, csharp, dotnet, minimax, minimax-algorithm, tic-tac-toe, tic-tac-toe-ai
- Language: C#
- Homepage:
- Size: 0 Bytes
- 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.