A platformer engine that doesn't use a single ''IF BLOCK''
There are a lot of 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]