boraini / connect-four-online-nerfed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laga Coordination - Delft-Themed Connect Four

Authors: Berke Aygulhan and Mert Bora Inevi

Made as a quarterly university homework project. Hope you enjoy!

Live demo: boraini-connect-four-online.herokuapp.com/

Running

Install npm and Node.js then

npm i
npm start

You can also theoretically specify a port by having the last command in form npm start 3000 but using any port other than 3000 will break things so just don't.

About


Languages

Language:JavaScript 69.3%Language:CSS 14.9%Language:HTML 10.6%Language:EJS 5.1%Language:Procfile 0.1%