/TUMO-Programming-3

GameOfLife is a project for TUMO's programming level 3 this is a simple game created with NodeJS using Express and Socket.io.

Primary LanguageJavaScript

TUMO Programming 3 Final Project

This is a code example of TUMO's Programming 3 Final Project

Installation

Use the node package manager npm to install the project modules.

npm install

It will install express.js and socket.io

After that you can run the server by running.

npm start

Server will start on port 3000