https://github.com/webfreak001/katsudon
Local 2-Player Taiko osu! ruleset
https://github.com/webfreak001/katsudon
osu osu-ruleset
Last synced: about 1 year ago
JSON representation
Local 2-Player Taiko osu! ruleset
- Host: GitHub
- URL: https://github.com/webfreak001/katsudon
- Owner: WebFreak001
- License: mit
- Created: 2023-06-11T08:17:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-29T15:19:04.000Z (about 1 year ago)
- Last Synced: 2025-05-29T15:45:00.739Z (about 1 year ago)
- Topics: osu, osu-ruleset
- Language: C#
- Homepage:
- Size: 122 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Katsudon
Ruleset for [osu!](https://github.com/ppy/osu) for 2 local players to play taiko on the same map on the same machine at the same time.
For taiko maps to show, currently needs https://github.com/ppy/osu/pull/23875 applied to osu. Commented lines in [osu.Game.Rulesets.Katsudon.csproj](osu.Game.Rulesets.Katsudon/osu.Game.Rulesets.Katsudon.csproj) show how to use the locally checked out osu! instead of osu! from nuget.
A lot of the code is copy-pasted from taiko, but I tried to forward calls to taiko to avoid code duplication. For this initial version I don't put major effort into this yet though and copy-paste code from taiko whenever issues arise.
Due to the code copying, this project is under the same license as the osu! repository.