https://github.com/curiouslearner/tenzies
A simple game to get all 10 dice to have the same face.
https://github.com/curiouslearner/tenzies
Last synced: 2 months ago
JSON representation
A simple game to get all 10 dice to have the same face.
- Host: GitHub
- URL: https://github.com/curiouslearner/tenzies
- Owner: CuriousLearner
- Created: 2022-09-03T14:03:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-03T17:35:54.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T00:59:17.694Z (about 2 years ago)
- Language: JavaScript
- Size: 3.05 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tenzies
A simple game to get all 10 dice to have the same face.


Quick start:
```
$ yarn # npm install
$ yarn build # npm run build
````
## Development
Run Webpack in watch-mode to continually compile the JavaScript as you work:
```
$ yarn watch # npm run watch
```