Skip to content

tibisabau/connect4-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Description

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.

How to install and play

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors