/FloatPlaneNodeGame

A socket based multiplayer tic-tac-toe game created as the final part of an interview for project floatplane which is an internal project managed by Linus Media Group.

Primary LanguageJavaScript

FloatPlaneNodeGame

Table of Contents

Dependencies

Installation

  1. Install node using the following link
  2. Install the above node dependancies using the instructions below:
  npm install socket.io
  npm install express
  npm install randomstring

Server

To run the server simply type node server.js in the root directory of the repo.

The server will listen on local host (127.0.0.1) on port 8081.