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
client
directory. - Run this command to install all packages.
$ npm install i
- Change permission of
client/index.js
file to execute.
$ sudo chmod +x index.js
- Move to
client
directory and runindex.js
file to start playing game
$ ./index.js help