Keep scores from different games easily.
Made in Typescript with Vue.js
You can use a custom configuration (different game settings) by using the config menu or navigate to /${config name}
Add your configuration file in src/game-configs/custom/
, it will be available at the url: /${config name} (lowercased)
You can refer to src/structs/gameConfig.ts
and/or src/game-configs/default.ts
to get started.
npm install
npm run serve
npm run build
npm run lint