Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.
github-actions[bot] edited this page Aug 5, 2025 · 10 revisions

Rhythmo Modding Wiki

Welcome to the Rhythmo Modding Wiki.
Here, you can find documentation and guides on how to make a mod in this game.

Getting Started

To get started, see Creating a Mod first.

Disclaimers

  • Rhythmo doesn't have any built-in editors to assist in making scripts or anything, nor do we have any plans to make any other editors for the game.

  • The wiki doesn't go over every function/variable. So you'll have to look through the source code yourself for any potential functions/variables.

  • This game wasn't built with consideration for non-desktop platforms. So if you intend to compile the game for a platform that isn't desktop, you may have to alter the source code to fix any errors.

    • Additionally, you can make a pull request for a specific platform if you do!

Clone this wiki locally