Tic-Tac-Toe game using ES6 with Webpack 3 & Babel. There are two different modes: 2 players game and 1 player vs computer (AI using minimax and minimax with pruning algorithms)
# Clone the repo
git clone https://github.com/adrigardi90/tic-tac-toe.git
# Change into the repo directory
cd tic-tac-toe
# install
yarn
# Start the game
npm run start
Then visit http://localhost:8080 in your browser