Simple calculator for Gakuen Idolmaster ( 学園アイドルマスター ) produce evaluation score.
Formula dan Data Source : 学マス計算機
Warning : archaic vanilla JavaScript coding-style ahead. up-to-date JS programmers, brace your heads out of out-of-dateness!
- Multi-lingual support
- Made completely using vanilla JavaScript
- Day-night Mode
- English
- 日本語 (Japanese)
- Bahasa Indonesia (Indonesian)
If you want to add new language or update/fix an already available translation, you can always make a fork, make a change to the fork and then make a pull request to this main repo.
All translation strings is in the ./lang
directory, and language list is in the ./tl.js
.
To either run the calculator locally or test your translation:
- Clone the repo to your device
- Install Ruby and Jekyll
- Start your terminal or command prompt in the repo directory
- Then run this command :
bundle exec jekyll serve
- Now you can open
http://localhost:4000
in your browser to access the calculator
Any contribution, as long as it is done in good faith and does not break anything, is accepted.
Maybe you want to fix the page layout, or add Arabic language, or the game adds additional gameplay that requires new formula. it's accepted.
The entire page, except the formula and data, are licensed under Creative Commons 4.0 - Attribution.