jacobtwlee / connect-four-react

A React implementation of Connect Four

Home Page:http://jacobtwlee.github.io/connect-four-react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A React implementation of Connect Four

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


Languages

Language:TypeScript 71.9%Language:JavaScript 20.5%Language:HTML 7.0%Language:CSS 0.6%