connect-four game
It is a web version of the Connect Four game written in P5JS.
It requires NodeJS (developed with v10.16.0, you can use even a greater version) installed locally and a Browser like Google Chrome
//download modules after clone
> npm install
//develop locally with auto-reload
> npm run start
> google-chrome http://localhost:8080
//build
> npm run build
> google-chrome dist/index.html
Written with StackEdit