Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 869 Bytes

README.md

File metadata and controls

41 lines (34 loc) · 869 Bytes

Do-Re-Mi Hacks-II

Description

A command line game application to play riddles and get educated about mental health.

Features

  • Play more than 20 riddles
  • Games and other exciting stuffs
  • Get educated towards mental health issues and its solutions

Setup

Follow these steps to setup.

  1. Clone this repo.
  2. Run this in server directory to install all packages.
$ npm install i
  1. Run this to start server on port 5000.
$ node index.js
  1. Open new terminal and move to client directory.
  2. Run this command to install all packages.
$ npm install i
  1. Change permission of client/index.js file to execute.
$ sudo chmod +x index.js
  1. Move to client directory and run index.js file to start playing game
$ ./index.js help