Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.02 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.02 KB

About this project

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

Installation

  • install npm and yarn
  • yarn global add cordova browserify
  • cd to project path
  • yarn prepare

Running the app

Android:

  • yarn android

Browser:

  • yarn browser

Build for Android

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