A command line game application to play riddles and get educated about mental health.
- Play more than 20 riddles
- Games and other exciting stuffs
- Get educated towards mental health issues and its solutions
Follow these steps to setup.
- Clone this repo.
- Run this in server directory to install all packages.
$ npm install i
- Run this to start server on port 5000.
$ node index.js
- Open new terminal and move to
clientdirectory. - Run this command to install all packages.
$ npm install i
- Change permission of
client/index.jsfile to execute.
$ sudo chmod +x index.js
- Move to
clientdirectory and runindex.jsfile to start playing game
$ ./index.js help