KatieFrogs 1db4eb6710 ImportSongs: Add plugin support
- Files with filenames that end with .taikoweb.js can be imported and run to add custom functionality to the game
- The plugin file is a javascript module script that should have a class in the default export
- Currently supported methods in the class: name (string), load, start, stop, unload (functions)
- The class can be extended from the Patch class to add automatic patching of variables and functions
- Here are some of the plugins I made: https://github.com/KatieFrogs/taiko-web-plugins
2022-02-11 17:28:22 +03:00
2018-10-14 14:02:50 +03:00
2022-02-11 17:28:22 +03:00
2020-12-22 21:51:39 +03:00
2020-12-02 09:39:48 +00:00
2019-02-13 22:23:18 +00:00
2020-04-04 16:48:58 +03:00
2020-12-22 11:17: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.

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