Go to file
LoveEevee adc45cb652 Custom scripting, #song=, translations
- A song can be linked directly by adding "#song=<id>" to the url, replace `<id>` with the id in the database, after loading it jumps immediately jumps to the difficulty selection
- Added tutorial translations
- Fixed song preview not playing
- Use text fallback for the logo when there are no vectors
- Increased combo cache by 1 pixel
- A custom javascript file can be loaded from config.json by defining "custom_js" value
- Added lots of events to help writing custom js files: `version-link, title-screen, language-change, song-select, song-select-move, song-select-difficulty, song-select-back, about, about-link, tutorial, import-songs, import-songs-default, session, session-start, session-end, debug, load-song, load-song-player2, load-song-unfocused, load-song-cancel, load-song-error, game-start, key-events, p2-game-end, p2-disconnected, p2-abandoned, pause, unpause, pause-restart, pause-song-select, game-lag, scoresheet, scoresheet-player2`
- Event syntax example:
```js
addEventListener("game-start", event => {
	console.log("game-start", event.detail)
})
```
2019-02-14 12:32:45 +03:00
.github Add an issue template translation 2018-10-14 14:02:50 +03:00
public Custom scripting, #song=, translations 2019-02-14 12:32:45 +03:00
templates solidify default git repo 2019-02-06 18:49:25 +00: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 solidify default git repo 2019-02-06 18:49:25 +00: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 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.