Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 651 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 651 Bytes

tictactoe

Tic Tac Toe game built using node (sockets), ejs

Event Management App

Updated GUI v1.3

Event Management App

Features

  1. Realtime Chat
  2. Emoji Support
  3. Message Alert
  4. Leave Game
  5. Added Loading Indicator

Requirements

  1. NodeJS
  2. NPM

Usage

First, install the dependencies using npm

$ cd tictactoe
$ npm install

Start the server:

$ npm start

Or start server using node:

$ node server.js

Then, visit: http://localhost:3000/