Chicken Counter
My goal was to make a clicker / idle game of my own. I play these games regularly on my own so I wanted to see if I could make one. I chose chicken because I am a big fan of spicy food and spicy wings.

My main problem was not being able to have single mouse clicks. One of the things about clicker games is having to spam your fingers on the screen, but in code.org one could hold down rather then click and get a faster result. Almost like how a computer bot would work. Another issue was the upgrade button constantly being on. Once the player is on a higher level they get to the point where they got over 100 points per click. The first upgrade is 100 points so if a player buys an upgrade for say 1,500 points and they have 1,600 points, the game would buy the 1,500 upgrade AND the 100 upgrade because the player has enough. I tried using If and Else statements to counter this problem but it didn't work.
My game was only 6 stages. I could've done more but with various glitches around the not being able to click something once, the game got almost impossible.