This program implements the game of TicTacToe and a basic AI agent to play against. The agent uses the negamax search algorithm to determine the best move. This agent is a basic implementation that does not save state between searches or check for duplicate nodes in the search tree; it searches the entire tree to the leaf nodes naiively.
-
Notifications
You must be signed in to change notification settings - Fork 0
colossalg/C-Tic-Tac-Toe
About
A TicTacToe implementation in C with basic AI agent.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published