Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 879 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 879 Bytes

Space invader

This is a space Invader Game, If u Want to be a Space Warrior, and Want to Kick some invader then Play this game .

Follow these Instruction.

  • Clone this Repository in your local Machine.
  • Open the Space Invaders folder in your suitable IDE (i suggest -- PyCharm.)
  • Open the Integrated Terminal or u can use your command Prompt and move inside the folder.
  • Type python mygame.py.
  • And Tada Enjoy the game.

Attention.

  • If incase u don't have pygame module installed in your local Machine then Please install it first.
  • Type pip install pygame in your terminal and then follow the Above Instruction to Play the game.
  • Or you can use the requirements.txt file to download the python libraries.

Contributors