0221c977c8c9a686b7854e258a8accc3dd657eb5
- Improve the soul gauge to fill properly. The algorithm is different for each difficulty.
- Saves score to localStorage, the whole score is correct now.
- Adds crowns to song selection screen.
The scores would take a lot of space if stored as readable objects so they are stored compressed. If you need to edit your scores, you can do so by opening dev console and entering `scoreStorage.get()`. Expand to the song and double click on values that you need to edit. When you are done editing, do not forget to save your scores with `scoreStorage.save()`. Adding new scores can be done with `scoreStorage.add`, first get a template with `obj=scoreStorage.template(),obj` and after editing, add it with `scoreStorage.add("song name", "oni", obj)`. To remove a score use `scoreStorage.remove("song name"[, "oni"])`.
taiko-web
A web-based Taiko no Tatsujin simulator.
Running instance: https://taiko.bui.pm
Still in development. Works best with Chrome.
Setup
Please see the Setup page for setup instructions.
Description
Languages
JavaScript
83.1%
Python
7.5%
CSS
4.6%
HTML
4.4%
Shell
0.3%