dipunj / terminal-dice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terminal Dice Game

System Requirements

  • Linux/MacOS
  • node (^12.16.3)

Install dependencies

  1. Please open a terminal in full screen.
  2. Navigate to project root.
  3. Run the following one-time command to install the project dependencies:

npm install

Instructions to run

To play the game, run the following, in project root:

node index --players=<num> --threshold=<num>

To show help menu:

node index --help

About


Languages

Language:JavaScript 100.0%