Tic Tac Toe game developed using HTML,CSS, and JavaScript, this project shows how to implement minimax algorithm to find the optimal solution to the best place available on the board to put the ai symbol in, using depth in the game to leverage differnt game levels: easy, medium and hard, using pruning to optimize the search proccess making it faster by not exploring tree branches that wont help in future work.

- Clone the repository:
git clone https://github.com/ScriptCrafterJS/XO-The-shock-game.git- Run the website using the "live-server" extension on the home.html file right click inside the home.html file and then run with live server
- HTML
- CSS
- JavaScript