Skip to content

reedsa/quick-connect-alphabeta-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimax Alpha Beta Bot

A Connect Four quick-connect Bot.

Usage

Prerequisites

To run locally, start up a quick-connect server on your machine.

Running the Bot

  1. Install Dependencies
yarn
  1. Build JS output
yarn build
  1. Run the Bot against a running quick-connect server
yarn start -- <username> <password>

Replace <username> and <password> with your quick-connect credentials.

Other Useful Commands

yarn watch to run build and watch for file changes.

yarn test to run tests. yarn test -- --watch to run tests and watch for file changes.

About

A quick-connect Connect Four Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages