Tic tac toe is X’s and O’s is a paper and pencil game for two players X and O, who take turns marking the spaces in a 3×3 grid.
which traverses a game tree consisting of possible moves and their outcomes. The root node of the tree represents the current game state. Each branch from a node represents a possible move a player could make. Each child node represents the resulting game state of a possible move. The minimax algorithm performsdepth-first search(DFS) algorithm for the exploration of the complete game tree.-
Notifications
You must be signed in to change notification settings - Fork 0
Tic Tac Toe :Tic tac toe is X’s and O’s is a paper and pencil game for two players X and O, who take turns marking the spaces in a 3×3 grid.Minimax can be implemented using a recursive or backtracking algorithm which traverses a game tree consisting of possible moves and their outcomes.
junaidirshad098/Tic-Tac-Toe-Artifical-Intel
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Tic Tac Toe :Tic tac toe is X’s and O’s is a paper and pencil game for two players X and O, who take turns marking the spaces in a 3×3 grid.Minimax can be implemented using a recursive or backtracking algorithm which traverses a game tree consisting of possible moves and their outcomes.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published