2022 Create Task for Isaac

by dominic_simmons
See Code Download Embed
2-16-22: I want to create Space Invaders that adds a high score to a list. 

1. Ask how hard they want the game to be.

2. Input: Ask User what level they want to start on.

3. Set the amount of clones to level times 20 
Ex: Level 2 times 20 = 40 Clones

4. Sets high score to max number of clones minus 1
Ex: 40 clones minus 1 = High Score of 39

5. Start game and play until no more Enemies or until Missile hits Spaceship

6. If score is a new high score add name and score to list High Score

Created March 3, 2022

Last updated March 7, 2022

Published March 3, 2022