5dice

Terminal dice game. In no way related to Yahtzee ;-)

Usage no npm install needed!

<script type="module">
  import dice from 'https://cdn.skypack.dev/5dice';
</script>

README


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