Hello! If this is your first time reading about my thirty day developer challenge, click here to go to the first post ! Only two days left. I can almost taste the finish line (two idioms mixed here). Today, I implemented levels. Every hundred points, the level goes up by one. With each level, enemies move faster. Every two levels, enemies spawn quicker. And finally, every ten levels, enemies spawn in greater numbers at a time. The highest level I managed to get to myself was thirty-one with a final score of 3190. Do you think you can beat my high score? If you're finding the beginning too slow or boring, here's a tip: since enemies move relatively slowly in the beginning, it's really easy to collect the highest combination of balls to maximize your score with a single submit (alternating, full inventory, and two color). Doing this brings you up to level seven or so immediately, drastically increasing the pace of the game. The game gets harder with every level every ...