/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.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Deck of Dice

Develop

Install dependencies:

npm install

Start application:

npm run start

or

npx expo

License

GNU GPL 3.0+