This program makes a quick rainfall when ran once that consists of custom made raindrop graphics. This was inspired quite simply by rain, or more specifically quick drizzles that don’t last much longer than a minute (Even though this only lasts seconds).
2 thoughts on “Jayson Corey Project 1: Rain”
Leave a Reply
You must be logged in to post a comment.
I like the hand-drawn pixel effect of the rain, and I think it could be improved by maybe looping the rain, as well as having the fall rate of each drop be varied. In order to loop the rain you could reposition the Y coordinate of the rain to 0 once it reaches the end of the screen. In order to have the fall rate of each drop varied you can have a specific fall rate variable with each instance of the drop which can be randomized a the start.
I like how the rain drops are pixel drawn. I would suggest a second motion for the rain drops, maybe a side to side motion. I would also suggest to have the rain drops start at random sizes.