Line Rider SDK
This is a library to be able to build on Line Rider; note that this is to interact with the original game, and not an extension.
Usage
You can use the crate by instantiating a game (of type draw_lr::Game
) and adding pieces on top of it (lines, layers, riders) using the crate. You can then write the game to a track JSON file and play with that on the game by uploading it.