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 ito install the dependencies - RUN
npm testto test the modules - RUN
npm startto run the game and play in CLI


