Ideas

Hi, I’m bitwise. I use various coding platforms like python, scratch (username is BrennanTheCool), and now I’m learning snap. I was wondering if anyone had any ideas for helpful coding projects that I could create?

Welcome to Snap!!

That's a very broad question, without knowing more about what interests you. For example, I like math, so the first thing that came to my mind was this: Write a procedure that graphs a function intelligently, scaling the axes to make the picture as informative as possible, using the values of the function at different inputs to help. I mean, for example, given the sine function as input, first discover that all the values are ≤1, so scale the Y axis by 100, then (harder) discover that the function is periodic, so scale the X axis so that three or four cycles are shown, which means, if using Snap!'s degree-based trig functions, scaling by 1/4 or so. And of course label the axes so the user knows how you scaled them.

But if what you like is video games, you should ask someone else. :~)