Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fiskhandlarn/deck-of-dice

This program replaces the dice in Catan. The program uses a deck which consists of 36 dice cards to represent the 36 different combinations that can be rolled with 2 dice. This means that number "rolls" are evenly distributed according to its probability.
https://github.com/fiskhandlarn/deck-of-dice

catan catan-board-game dice settlers settlers-of-catan

Last synced: about 2 months ago
JSON representation

This program replaces the dice in Catan. The program uses a deck which consists of 36 dice cards to represent the 36 different combinations that can be rolled with 2 dice. This means that number "rolls" are evenly distributed according to its probability.

Awesome Lists containing this project

README

        

# Deck of Dice

## Develop

Install dependencies:

```bash
npm install
```

Start application:

```bash
npm run start
```

or

```bash
npx expo
```

## License
[GNU GPL 3.0+](//www.gnu.org/copyleft/gpl.html "GNU GPL 3.0")