Skip to content

A TicTacToe implementation in C with basic AI agent.

Notifications You must be signed in to change notification settings

colossalg/C-Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe

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.

About

A TicTacToe implementation in C with basic AI agent.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published