Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 451 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 451 Bytes

SpaceInvader

This game is developed using Python 3.7.6

How to play

  1. Player can move left and right using arrow keys ← and →
  2. Use spacebar to fire bullets, each bullet hit the enemy will add increase score by 1
  3. If enemy crosses the player, player looses the game

Libraries Used:

  • Pygame
  • Random
  • Math

Alt Text