Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.14 KB

README.md

File metadata and controls

33 lines (18 loc) · 1.14 KB

space-invaders-v2

Allows player to shoot planes and challenge themselves as time goes on to see how long they can last

Basic project requirements:

  • Create grid for the content of the game
  • Create enemy planes

image

  • Make functionality for the movement of enemy planes
enemy_movement.mp4
  • Create player plane and allow it to move left and right
  • Check for overlap between enemy and player plane to display 'Game over'
  • Create lasers for player plane to shoot at enemy planes
  • Check if laser overlaps with enemy planes to destroy them
player-shoot.mp4
  • Display 'You win' when all enemy planes are destroyed

Additional features:

  • Create functionality to make enemy planes shoot at player plane
  • Create option to increase difficulty
  • Enable player to choose different shapes and colours for player plane/enemy plane