Simply Mölkky is an app to keep track of scores in a game of Mölkky.
It's really hard to calculate Mölkky scores in your head and to keep track of all scores. This App is here to help your Mölkky player's life. This App is also a good project to learn Vue.js on a real life problem.
Simply Mölkky is built with Vue.js.
Vue.js plugins :
Simply Mölkky allow you to :
- Customize some Mölkky rules
- Manage players (add, remove, sort, shuffle) for a game
- Play a Mölkky game (manage scores, penaltys, eliminations)
This project need @vue/cli
package to be installed globaly. If it's not run the following command :
yarn global add @vue-cli
# or using npm
npm install -g @vue/cli
# install dependencies
yarn install
# serve locally
yarn serve
Unit tests and e2e tests can be run :
# run lint
yarn lint
# run unit tests
yarn test:unit
# run end to end tests
yarn test:e2e
Let people know how they can contribute into your project. A contributing guideline will be a big plus.
Give proper credits. This could be a link to any repo which inspired you to build this project, any blogposts or links to people who contrbuted in this project.
A short snippet describing the license (MIT, Apache etc)
MIT © Yourname