The Game of Dice | Node JS | CLI GAME
- The welcome screen asks for the number of players
- Also, collects the exact (including it) total score to win the game.
- Please 'r' or 'R' to roll the rice and the game will add value to the scores.
- The game ends when only one players is remaining at the end of the game and shows the ranks screen.
- Clone the repository.
- RUN
npm i
to install the dependencies - RUN
npm test
to test the modules - RUN
npm start
to run the game and play in CLI