Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 284 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 284 Bytes

Tic_Tac_Toe_Using_MiniMax

This is a JavaScript code to AI's MiniMax algorithm. The AI plays Tic-Tac-Toe with a human and makes it's moves based on the MiniMax algorithm. The minimax.js file has the logic to the algoritm whereas the sketch.js file takes care of screen at gameplay.