A platformer engine that doesn't use a single if block. No Control Blocks: https://scratch.mit.edu/projects/167179983/ This is not a full game. Just an engine. There are a lot of cheaty ways to avoid using an if block, however I tried to avoid most of those. Namely: - [repeat (condition)] - [broadcast identifier=condition] and [when I receive identifer=true] I instead tried to do some complicated things with math and booleans.