ScratchData LogoScratchData
Back to mantiskid's profile

Snake Codegolf

MAmantiskid•Created June 21, 2023
Snake Codegolf
1
1
31 views
View on Scratch

Instructions

I'm hosting a codegolf now! Fun! The goal is to create a snake that follows the mouse. There are some limitations, though, which are stated below. (The example follows all of these rules.) -No using "Go to [mouse pointer]" because at that point, it's a mouse trail. -You can't be required to press see inside to start it. -The snake must be created using pen. Clones are allowed, but the snake itself must be 100% pen. -The snake must follow the mouse. -There is no set length, but you must be able to create different lengths my modifying numbers in the script. (I don't mean a variable that I can change, your script just needs to be able to handle different snake lengths) Please provide a quick description on how to do so without messing up the script. -However, blocks from old scratch versions, such as for each [i] in (10), are allowed, as long as it can be run in scratch 3.0. -The entry must be able to run indefinitely -No running your project in Turbowarp, the entry must work in scratch. - -That's it unless someone breaks a blatantly obvious rule. Here's how to modify the example project (my entry sort of): -change the number in the "for each [i] in ()" block to your preferred length. -Add list items to X and Y until they both have an amount of items equal to the number to put in the "for each [i] in ()" block. That's it! Thanks for participating!

Description

1st place: https://scratch.mit.edu/projects/868141357/ 2nd place: https://scratch.mit.edu/projects/868121321/

Project Details

Project ID867988889
CreatedJune 21, 2023
Last ModifiedJune 23, 2023
SharedJune 21, 2023
Visibilityvisible
CommentsAllowed