A Connect Four quick-connect Bot.
To run locally, start up a quick-connect server on your machine.
- Install Dependencies
yarn
- Build JS output
yarn build
- Run the Bot against a running quick-connect server
yarn start -- <username> <password>
Replace <username>
and <password>
with your quick-connect credentials.
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.