This is a score keeper for the board game "Dobble", where the score is easily calculated by a simple user input.
It supports all game modes and 2-8 players. Also, every game is saved so it can be loaded at anytime.
It's also published on Play Store
Android:
yarn android
Browser:
yarn browser
Install Android Studio
- To build the unsigned version, run
yarn android-release
- To build the signed version, run
yarn build-js && cordova run android --release -- --keystore=../my-release-key.keystore --storePassword=password --alias=alias_name --password=password
. More info here