Goal: try to get the number of points to win each level (stated at the top) by clicking the aliens. At the start of each level, you will be asked for the difficulty. It basically controls how much time you have. hardness 1 = 100 seconds hardness 2 = 70 seconds hardness 3 = 40 seconds there are 3 levels. the program adds up the scores for each level and compares them to the highscore variable to see if you beat the record, then saves your username. different colors of aliens give you different points. below is a points-type chart. Yellow aliens = 1 point Blue aliens = 100 points Black aliens = -10 points. Watch out! ****you CAN get a negative score! (if you think otherwise or if you question this) ****Beware: sometimes they create clones that don't give you any points! This is not a bug, it's a trick.
This is a follow-up to my first project, Space Fishing. I used clones to minimize work when changing the scripts