Skip to content

Latest commit

 

History

History
70 lines (46 loc) · 989 Bytes

readme.md

File metadata and controls

70 lines (46 loc) · 989 Bytes

SCOTLAND YARD

Project description

Scotland Yard is a exciting multiplayer game written in javascript.

It is a game for 3-6 players.

Read more about the Game - https://github.com/step-8/scotland-yard-byomkesh/wiki

Setup project

Clone project into local machine

  git clone https://github.com/step-8/scotland-yard-byomkesh.git

Run setup

  npm run setup

Install all dependencies

  npm install
  brew install redis

Test

Run test

  npm test

Run test in watcher mode

  npm run test-w

Run test with coverage

  npm run test-c

Start servers

Start redis server

  brew services start redis

Start http server

  npm start 

Visit homepage

You can see the home page by running the server on local machine on http://localhost:8000

Or visit https://scotland-yard-byomkesh.herokuapp.com/ which is running on heroku