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

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.

Awesome Lists containing this project

README

          

# Tenzies

A simple game to get all 10 dice to have the same face.

![ Screenshot of Tenzies in action with freezed cells](/images/tenzies-die-time.png "Tenzies in action with freezed cells")

![ Screenshot of Winning the game](/images/tenzies-die-time-winning.png "Winning the game")

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
```