/connect-four-client

Connect Four, front end

Primary LanguageJavaScriptMIT LicenseMIT

connect-four-client

GitHub RepoSize GitHub stars

abandoned project!

note: could just module import for javascript. mark in html as es6 module scripts.

It's connect four.

The other half:

https://github.com/LK00100100/connect-four-server

Installation and Startup

You'll need to download the phaser library so type this:

npm install

Then you can start a local server using npm's http-server, which you will need to install globally. If you haven't done so, use this:

npm install --global http-server

Go into this project's root folder and start up the server.

http-server