https://scratch.mit.edu/projects/99155955/
-
- Describe your game and how to play it.
- In this game, hit space to being, you Use your mouse to aim, the objective of this game is to kill all the ghosts before time runs out.
- What did you learn while making your game?
- I learned that making a game requires you to instruct the program exactly what to do or else the game wouldnt work.
- What challenges did you encounter while making your game?
- There were times when i’ve missed simple steps that i thought the program could figure out on its own, for example, telling that when the timer runs out its game over, but it requires me to put in a line of command for it to be able to function correctly and fluidly.
- How did you overcome these challenges? Describe your problem solving steps.
- All i had to do was to find the the command that would make a game over screen show up once the timer hits 0. The command would be “If timer reaches ‘0’ broadcast ‘game over’ ” and give the screen command to be “When received ‘game over’ show screen”.
- Describe your game and how to play it.
Be First to Comment