This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
notes:fall2024:projects:msi0 [2024/09/12 01:03] – [space invaders] cburling | notes:fall2024:projects:msi0 [2024/09/12 01:07] (current) – [space invaders] cburling | ||
---|---|---|---|
Line 69: | Line 69: | ||
=====space invaders===== | =====space invaders===== | ||
- | The original Space Invaders was a game where the player character was positioned at the bottom of the screen and moved solely along thew x-axis. You would fight enemies who would be organized in rows and columns at the top, they would also move along the a-axis and move towards the player by one row when an alien made contact with the left and right " | + | The original Space Invaders was a game where the player character was positioned at the bottom of the screen and moved solely along the x-axis. You would fight enemies who would be organized in rows and columns at the top, they would also move along the a-axis and move towards the player by one row when an alien made contact with the left and right " |
The enemies could also shoot at the player at random. The player, in their own defense, had shields to protect them from the enemies' | The enemies could also shoot at the player at random. The player, in their own defense, had shields to protect them from the enemies' | ||
Line 75: | Line 75: | ||
It also would not hurt to consider having custom sprites, sounds, music, and / or a score for the player. | It also would not hurt to consider having custom sprites, sounds, music, and / or a score for the player. | ||
+ | |||
+ | You can get a feel for how they game is meant to be played [[here|https:// | ||
=====sounds===== | =====sounds===== |