Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 563 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 563 Bytes

AI tic-tac-toe

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)

Quick start

# 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