Click the flag for awesomeness
This project may seem simple at first glance, but it actually doesn't use any "direction" blocks, clones, or images, and only has one sprite. It also doesn't use "if on edge, bounce," since that is a Scratch-only thing. Instead of using clones, a list containing all the point data is used. The sprite goes through the list, using and replacing the numbers to essentially act as every point, despite still being one sprite. This was made as a proof-of-concept for something I'm about to make in Javascript.