Go to file
LoveEevee 9248a52194 Lots of bug fixes
- Toggling autoplay checkbox in debug now disallows saving the score
- Fix crown of the song that was previously selected rendering above the genre
- Outline of empty crowns is slightly darker
- Fix rendering when there is a crown on oni and no crown on ura
- Fix crowns overlapping the netplay 2P icon
- Fix gauge in latency calibration
- Fix debug to work on mobile, can be toggled with ctrl+alt+`;` on hacker's keyboard with permanent notification
- Fix being unable to scroll the settings list without toggling something
- Handle KeyboardInterrupt in server.py
- Fix category jumping not working in session mode
- Fix mouse cursor being hidden at results screen in session mode
- Make "Issues" on the about screen and "An error occurred, please refresh" on loading screens translateable
- CanvasCache uses integer increments for comparison instead of Date.now()
- For imported songs, exclude song titles from genre comparisons if they appear in the name of the folder
- Fix tja files with spaces in the notation
- Fix second player's score on the results screen to have upside down appearance
- Add fixed chinese strings
2020-03-09 15:36:57 +03:00
.github Add an issue template translation 2018-10-14 14:02:50 +03:00
public Lots of bug fixes 2020-03-09 15:36:57 +03:00
templates solidify default git repo 2019-02-06 18:49:25 +00:00
tools get_version.sh: Grant execute permission 2020-03-07 11:14:51 +03:00
.gitattributes 💥🐫 Added .gitattributes & .gitignore files 2015-07-17 17:21:53 +09:00
.gitignore improve category jump 2020-02-22 13:09:07 +00:00
app.py ScoreStorage: Use hashes instead of song titles 2020-03-07 04:48:30 +03:00
config.example.json add assets_baseurl config option 2018-10-28 09:59:49 +00:00
README.md update setup link 2019-02-13 22:23:18 +00:00
server.py Lots of bug fixes 2020-03-09 15:36:57 +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.