Tic, Tac, Toe game. Used min-max algorithm.
-
Updated
Dec 9, 2023 - HTML
Tic, Tac, Toe game. Used min-max algorithm.
A simple tic-tac-toe game (commonly known as x's and o's) with an AI player and 3 modes(easy, medium, and hard). The hard mode is implemented using the min-max game-playing algorithm.
Add a description, image, and links to the min-max-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the min-max-algorithm topic, visit your repo's landing page and select "manage topics."