Skip to content

jotaen/connect4-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect Four AI

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!

Requirements (for development)

  • NodeJS 12.14.0 (or, if you use Docker, run devenv.sh to start a container)
  • Run npm i to install dependencies

Get started

  • web.sh starts a web server on localhost:8080 that serves the web frontend
  • repl.sh runs the game on the command line
  • test.sh to execute all tests (-w for watch mode)
  • dist.sh creates the distributables in ./dist

About

Artificial intelligence for the “Connect Four” game that you can play against in your web browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages