This is an artificial intelligence for the game “Connect Four”. It is implemented in JavaScript and there are frontends for the web browser and for the CLI.
👉 PLAY Connect Four in your browser!
- NodeJS 12.14.0 (or, if you use Docker, run
devenv.sh
to start a container) - Run
npm i
to install dependencies
web.sh
starts a web server onlocalhost:8080
that serves the web frontendrepl.sh
runs the game on the command linetest.sh
to execute all tests (-w
for watch mode)dist.sh
creates the distributables in./dist