/connect-four-react

A React implementation of Connect Four

Primary LanguageTypeScript

Connect Four

A React implementation of Connect Four. AI uses the minimax algorithm with alpha-beta pruning.

Demo: http://jacobtwlee.github.io/connect-four-react

Running Locally

# Install dependencies
yarn install

# Run app at localhost:3000
yarn start

# Run the tests
yarn test

Deploying to GitHub Pages

yarn run deploy