Skip to content

vriesm060/real-time-web

 
 

Repository files navigation

Real-time Connect Four game

For the school subject "Real-Time Web", I created a web app that uses templating, routing and a remote database.

This is a Connect Four game, made real-time with socket.io.

preview Live demo

Installing

In order to install this app on your local computer, fork this repo, then run git clone in your terminal and install the packages with npm, using npm install.

Getting started

To start the game locally, run npm start. The server will run by default on port 3000.

Features

  • Playing real time
  • Calculating a win in all directions

What's used?

To do

  • Waiting on an opponents turn
  • Adding a waiting room when when there are no opponents
  • Adding multiple game rooms
  • Giving a more fluid playing experience

About

Real Time Web at @cmda-minor-web · 2017-2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.3%
  • HTML 40.5%
  • CSS 14.2%