TU Delft inspired connect 4 game created by 2 students as part of the first-year Database and Web Technology course within TU Delft's computer science curriculum.
Download node.js and git if you don't have them installed.
Execute the following steps in a terminal:
git clone https://github.com/tibisabau/connect4-game.git
cd connect4-game
npm install
npm start
To play access http://localhost:3000/ in a browser.
To access as another player open a new browser window.
First window will be player1 and the second window player2.
Once 2 players are found the game starts and players take turns stacking discs.
First player to have 4 discs stacked wins.