Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nkottary/tic-tac-toe-ai

Minmax AI for Tic tac toe written in C.
https://github.com/nkottary/tic-tac-toe-ai

Last synced: 27 days ago
JSON representation

Minmax AI for Tic tac toe written in C.

Awesome Lists containing this project

README

        

# TicTacToe
TicTacToe AI written in C. Use numerical keys to position x's and o's.

## Details
1. Both files use min-max strategy.
2. tictactoe_forwardChecking.c checks for '3 in a row's before backtracking and makes the appropriate move.