Skip to content

jacobtwlee/connect-four-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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