Week 2 - jnoll4/tech190 GitHub Wiki

Week #2 For my second entry I have finished the basis of my flappy bird game. It has a game over screen, ways to die, and a score adding function. Throughout the process, it mostly went smoothly, but I had missed a few details that were shown for a few seconds in the video, which had me go back and figure out what I had missed. Most of the problems I had were that I forgot to drag certain objects and whatnot into certain places, like the text, where there is a box for the function that I forgot to drag the text into so that it would directly interact with it. Currently I am now struggling with making a powerup system, and I don't know how to simultaneously spawn them while avoiding them spawn in the pipes and also conflicting with the pickup script. I'm just going to have to watch many tutorials.