Score Counter + 🎲 will help you to track scores in board games, sport events or even in cooking.
- Modern design
- Use everywhere for any game
- Set counter names, initial values and colors
- Forgot to bring a dice? There are d6, d8, d20 and even d88 :)
- Shake to roll
- Dark theme
- No ads at all
If you have any ideas or feature requests, don't hesitate to reach out to me. Every contribution is welcome 😉
To start working on the app yourself, you have to follow these steps
- Clone the repository (or a fork of it). Follow the instructions here
- The app uses Google Firebase, to be able to build it you need to:
- Create a Project on https://console.firebase.google.com/
- Download the
google-services.json - Place it in the projects
appdirectory as shown on the firebase page
- If you get an error related to signingConfigs go to your
app\build.gradleand remove all settings related tosigningConfigssince you do need to build signed releses of the app (alternatively create appropriate configs). - Open the project in Android Studio an start working
- Send me a "pull request" from your repo - see instructions here
If you want to help translate the App you can do this in multiple ways.
With Android Studio open any of the string.xml files in the res\values directory and add a new locale using the translation editor. Without Android Studio just create a values folder with the desired country code and translate in the xml file itself.
Don't forget to add your locale code to the resConfig setting in app\build.gradle (otherwise it wont be applied).
If you've never used git and not familiar with Android development, download this file and edit it using the text editor of your choice (notepad etc...) and just email your modified files to me.


