A customized osu! mode surrounding a paddle and some notes. Original credit to the idea belonging to pizzapip.
We have prebuilt libraries for users looking to play the mode without creating a development environment. All releases will work on all operating systems that osu! supports.
On Windows, the library must be put in %localappdata%\osulazer\app-(Current osu!lazer Version)
, inside the directory of the current osu!lazer version. osu!lazer will automatically work with the .dll
when you open it, so nothing else needs to be done.
If instructions for your platform isn't listed above, then it's either being written, or is unsupported. At the very time of writing this (March 15th, 2020), no operating system is known to be unsupported.
When developing or debugging the osu!tau codebase, a few prerequisites are required as following:
- An IDE that supports the C# language in automatic completion, and syntax highlighting; examples of such being Visual Studio 2019 and above, or JetBrains Rider.
- The osu!framework, and osu! codebases are added as dependencies for building
You are able to clone the repository over command line, or by downloading it. Updating this code to the latest commit would be done with git pull
, inside the osu!tau directory.
git clone https://github.com/Altenhh/tau.git
cd tau/tau
[SECTION WIP]
All contributions are appreciated, as to improve the mode on its playability and functionality. As this gamemode isn't perfect, we would enjoy all additions to the code through bugfixing and ideas. Contributions should be done over an issue or a pull request, to give maintainers a chance to review changes to the codebase.
For new ideas and features, we would prefer for you to write an issue before trying to add it to show the maintainers.
osu!tau is licenced under the MIT License. For licensing information, refer to the license file regarding what is permitted regarding the codebase of osu!tau.
The licensing here does not directly apply to osu!, as it is bound to its own licensing. What is reflected in our licensing may not be allowed in the osu! github repository.