Crate draw_lr

Source
Expand description

Crate to make maps & interact with the Line Rider game. The base module in the crate contains the main object definitions and the extension(s) build on top of them.

Modules§

extension
Extension definitions and functions to create Line Rider maps with.

Structs§

Coordinates
Coordinate system to represent vectors.
Game
Main representation of a Line Rider game.
Layer
Layers on the game.
Line
Single line representation representation that stretches from (x1, y1) to (x2, y2) on the 2D coordinate system of the game; and of type kind.
Rider
Riders (characters with snowboards) with some starting position/velocity.
Version
Version used for game.