LoveEevee 0221c977c8 SongSelect: Add crowns
- 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"])`.
2020-03-06 20:57:01 +03:00
2018-10-14 14:02:50 +03:00
2020-03-06 20:57:01 +03:00
2019-02-06 18:49:25 +00:00
2020-02-22 13:09:07 +00:00
2020-02-22 13:09:07 +00:00
2019-02-13 22:23:18 +00:00
2019-02-17 19:26:46 +03:00

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.

Languages
JavaScript 83.1%
Python 7.5%
CSS 4.6%
HTML 4.4%
Shell 0.3%