Web implementation of the game Tic-tac-toe, with animation and AI, created using the Minimax algorithm that was ported in JavaScript from the C implementation done here: https://github.com/MarcoSchiavello/Tic-Tac-Toe-Minimax.
The game is hosted with GitHub pages so is playable a the link: https://marcoschiavello.github.io/Tic-tac-toe-webApp.
- JS vanilla
- CSS
- HTML