It's finally here! The long awaited "City Stacker"! To play, you must select a place to build a building, and then construct by pressing SPACE-BAR to drop a block. Rules: >Blue towers are 10 blocks high and can be placed anywhere >Red towers are 20 blocks high but can only be placed next to two blue towers >Green towers are 30 blocks high, but can only be placed next to two red towers >Yellow towers are 40 blocks high, but can only be placed next to two green towers or both a red and a green tower. Scoring: Your score is made up of both the total height of all of your towers and for the "perfect" accuracy of placing blocks: Each block = 10 points Perfect = +10 points Combo x 2 = +15 points Combo x 3 = +20 points Combo x 4 = +25 points Combo x 5 = +30 points ...and so on...
A cool method i used to make this was instead of having to stack 25 If-Else blocks inside each other, (which would cause a lot of lag while I made the game), i used a broadcast which went to 25 different scripts, and one of which would fit the Boolean criteria. I really wish Scratch had case statements...