Welcome Square Destroyer! In this puzzle game, your goal is to clear out all the blue boxes in the level. It may look easy at first, but it is trickier than it looks! However, you don’t have to only solve levels. YOU CAN CREATE LEVELS WITH A COPY AND PAST CODE! Please comment your level codes in the comments. All controls involve clicking the screen, except loading custom levels, for which you copy and past a code. Block types and purposes: • Dark grey with nothing—empty space • Yellow with arrow—shoots projectile to clear blues • Blue with check—can be destroyed by yellows projectiles to win the level • Green with arrow circle—turns the projectile 90 degrees in the direction shown • Red with brick pattern—blocks projectiles • Yellow with arrow and rotate icon—same as other yellow shooter, but you can rotate it with arrow keys
Progress — Most of code done, need to make more default levels, fix glitches, etc. Adds — allowed, but they have to actually talk about what the game is, not just links with no description. Tips for solving levels: • If there is only one square in the row or column that a shooter is on, then that shooter must hit that box (because every shooter must hit something, and that’s the only thing it could hit) • The same goes for if there is one shooter on either side of a row or column and there are only two boxes in between them. • Sometimes a box can only ever be hit by one shooter, so you then know which one to try to get there and not to use on other stuff. If you see a box that looks hard to get to, try checking which things could hit it. • Most of these tricks can still be used with rotate blocks! (Except the second one with two shooters, because the rotate blocks would send them different ways). Just imagine the same row or column continues around the bend.