A React implementation of Connect Four. AI uses the minimax algorithm with alpha-beta pruning.
Demo: http://jacobtwlee.github.io/connect-four-react
# Install dependencies
yarn install
# Run app at localhost:3000
yarn start
# Run the tests
yarn test
yarn run deploy