My good friend Ian yelled at me and told me to make a website. So I have, kind of, the beginnings of a little website (look at how awesome it is in this screenshot):
I AM TOTALLY A L337 W3B D3$IG|\|3R!
Anyway. One of the pages (I'll have to add it to the nav bar up top) will be a little balloon-pop game! Ian has already made a huge chunk of it.. a little box that spawns divs in it at random locations, and when the user clicks on a div it has a little pop "animation" and then you get points.
The divs spawn constantly every 2 or 3 seconds about. If you leave it alone, I'm sure the entire window will just be full of little "balloon" divs.
What I'd like to make happen with this game:
- As each balloon is popped, the time between balloon-spawns decreases slightly.
- Balloons that are not popped within double the time that they take to spawn are DESTROYEDDDD and the player loses one life. Lose 5 lives and game over.
- Over time, the chance for another div, a little heart, to pop up in the background that awards the player one life (max 5 lives) will increase. The trick to getting this extra life is not to click on it, but to type in the appropriate letter on your keyboard. The letter will be shown inside the heart.
That's all for now! I haven't even begun trying to tinker with what Ian has already made because I took one look at the code he wrote and was like "I HAVE NO IDEA WHAT THIS SAYS WHAT IS THE POINT OF MY LIFE"
I'm sure I'll figure it out eventually.