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.
- Host: GitHub
- URL: https://github.com/will-stone/5dice
- Owner: will-stone
- Created: 2021-02-09T20:48:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T17:49:25.000Z (over 2 years ago)
- Last Synced: 2024-05-18T11:03:50.853Z (about 2 years ago)
- Topics: game, ink, mobx, react, terminal-game
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/5dice
- Size: 2.19 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 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
```