A tic-tac-toe app featuring an unbeatable A.I. using the recursive, minimax algorithm. Made with vanilla JavaScript, tested with Jest.
The user can select a game type using the dropdown menu and start the game by selecting a starting player (X or O). New game can be started by selecting a player again.
To start the game in the browser, run the "gulp" command in the CLI which fires up the app on port 8888. Alternatively, navigate to tictactoevander.netlify.com.
Run "npm test" in the CLI to run all the test cases.