Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 492 Bytes

readme.md

File metadata and controls

35 lines (25 loc) · 492 Bytes

logo


5Dice

A 5 dice game to play in the terminal. Any similarities with Yahtzee are completely coincidental.

NB: this saves your scores to a 5dice.json file in the directory it is run.

Play

npx 5dice

Development

Install dependencies:

npm i

Run in watch mode:

npm start