Go to file
xdavidwu 65f8e9018a SongSelect: compare id before clearing currentSongCache
Add id check to currentSongCache clearing.
Fixes subtitle rendering if title matches but not the same song.
Titles are not guaranteed to be unique, but ids are.
Title check is still here for tiles that are not songs.
2019-01-21 20:10:22 +08:00
.github Add an issue template translation 2018-10-14 14:02:50 +03:00
public/src SongSelect: compare id before clearing currentSongCache 2019-01-21 20:10:22 +08:00
templates Fix black loading screen 2019-01-16 16:07:17 +03:00
.gitattributes 💥🐫 Added .gitattributes & .gitignore files 2015-07-17 17:21:53 +09:00
.gitignore SongBg: Add song skins 2018-11-26 01:42:24 +03:00
app.py change version var name 2018-12-05 21:55:28 +00:00
config.example.json add assets_baseurl config option 2018-10-28 09:59:49 +00:00
README.md update readme 2018-11-24 19:10:57 +00:00
server.py P2: Multiplayer improvements 2018-11-13 07:56:38 +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.