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.shto start a container) - Run
npm ito install dependencies
web.shstarts a web server onlocalhost:8080that serves the web frontendrepl.shruns the game on the command linetest.shto execute all tests (-wfor watch mode)dist.shcreates the distributables in./dist