An open API service indexing awesome lists of open source software.

https://github.com/will-stone/5dice

A 5 dice terminal game.
https://github.com/will-stone/5dice

game ink mobx react terminal-game

Last synced: 6 months ago
JSON representation

A 5 dice terminal game.

Awesome Lists containing this project

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

```bash
npx 5dice
```

## Development

Install dependencies:

```bash
npm i
```

Run in watch mode:

```
npm start
```