Allows player to shoot planes and challenge themselves as time goes on to see how long they can last
- Create grid for the content of the game
- Create enemy planes
- 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
- 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