A Linear Interpolation algorithm, implemented in Scratch. An explanation of the code can be found inside. I'm trying to understand Bézier splines for a project I'm working on. Bézier curves rely on LI a lot, so I'm trying to figure out a way to create a concise algorithm that isn't too hard to read. I thought I might as well share my findings along the way :D