proof of concept - not intended to be a full game WASD to move, get to green to win if the shadow (black circle) isn't anywhere near the smiley, try to align them somehow. physics break if they aren't aligned. This platformer was created for some codegolf. Instead of counting blocks however, it counts block types. This platformer uses only three block types: control, sensing, and motion. If you wanna be a buzzkill and say that the green flag block counts (which is stupid, because it means events are required because you can't start the project otherwise), then do it idc. 4 types in that (stupid) scenario. Control, motion, sensing, and (only flag blocks to start the project) events. Rant aside, I hope you like the methods I used to make this possible.