Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.