Skip to content

Scotland Yard is a exciting multiplayer game written in javascript.

Notifications You must be signed in to change notification settings

sour-d/scotland-yard

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.0%
  • CSS 9.6%
  • HTML 6.2%
  • Other 0.2%