This repo is a simple example of tic tac toe. It ueses the minimax algorithm with alpha-beta pruning to evaluate the best index on the board. Have fun playing against it!
This repository contains the logic and scripts that combine three packages:
- Bootstrap Build responsive, mobile-first projects on the web with the world’s most popular front-end component library.
Play against the AI:
Compare mnimax algorithm with and without alpha-beta pruning:
Just download this repo and execute the index.html
Credits to Sebastian Lague