This is a Python library that "compiles" Rhythm Doctor custom levels.
It actually rearranges level structure, making it difficult for human to read in both the game editor and text editors.
pip install rdcompiler
python -m rdcompiler -h
This library uses Hatch to build.
Install Hatch and run the following command in the root directory of this repository:
hatch build