Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fiskhandlarn/deck-of-dice
- Owner: fiskhandlarn
- License: gpl-3.0
- Created: 2021-04-02T11:29:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T13:25:09.000Z (5 months ago)
- Last Synced: 2024-08-23T11:44:57.408Z (5 months ago)
- Topics: catan, catan-board-game, dice, settlers, settlers-of-catan
- Language: JavaScript
- Homepage: https://play.google.com/store/apps/details?id=org.joelson.deckofdice
- Size: 1.58 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")