/real-time-web

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

Primary LanguageJavaScript

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