Install dependencies:
npm install
Start application:
npm run start
or
npx expo
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.
JavaScriptGPL-3.0
Install dependencies:
npm install
Start application:
npm run start
or
npx expo