You're a bee and your job is to collect 17 flowers without being attacked by predators. 1. When you press start your bee will immediately go to your mouse cursor. 2. Move your mouse to the flowers to collect them 3. Do not come in contact with any predators or try to leave the garden or else it'll be game over.
Hey guys, I'm not dead. It's been a while since I've been on scratch and this isn't one of my normal projects. I really just wanted to do some coding so I had the idea to do tic tac toe... lemme me tell you that wasn't easy. I couldn't figure out the AI and I just gave up on it. Then I had the idea to make a game like a snake and slowly but surely through the process, it turned into this. It's not perfect but I'm still proud of it. If anyone good at coding I have some questions- 1. How do I get it so when my predators spawn in they don't touch each other? I tried something which you can see inside the project and it didn't work 2. Is there a way to have some give with the curser. I wanted the be to kind of lag behind a little but adding "wait" blocks just made it choppy, I want it smooth. 3. How do variable blocks work. I had to set so that when a certain number is hit then it'll spawn in the corresponding predator, but, for example, my first predator should spawn in when the variable equals 1 (so after collecting the first flower) but it wouldn't spawn in until the variable hit 2 even though the code is set for 1.