mirror of
https://github.com/jiojciojsioe3/a3cjroijsiojiorj.git
synced 2024-11-15 07:21:50 +08:00
0221c977c8
- 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"])`. |
||
---|---|---|
.github | ||
public | ||
templates | ||
.gitattributes | ||
.gitignore | ||
app.py | ||
config.example.json | ||
README.md | ||
server.py |
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.