harrypotter0 / space-invaders-arcade

:space_invader::space_invader: Space Invader implemenation using python and py-game :space_invader:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is implementation of Space Invaders.

Screenshots:


Main Screen Stage 1
Screenshot 1 Screenshot 0

Space Invader In Action :


GIf hai boss

Info:

The game comes with three levels of difficulty, it gets harder as you advance the stages, the player can grab special weapons as you kill aliens, The best at each difficulty level scores are stored. Download the source code as a zip file by clicking here
Or execute this command from the terminal:

   git clone https://github.com/harrypotter0/awesome-space-invaders

No rights are reserved, you are free to build upon my code and make your own version. All resources (font, image, sounds) were obtained freely from the internet.

System requirements:

  1. Python (http://www.python.org/)

  2. Pygame (http://www.pygame.org/docs/). For Ubuntu :

   sudo apt-get install python-pygame

and then start the python2 interpreter

   python2

Play:

To start playing, simply open your terminal, go to the directory where the game is located, and type:

  python space.py
Controls Key
move left left arrow
move right right arrow
shoot space bar
laser x
cluster bomb c

About

:space_invader::space_invader: Space Invader implemenation using python and py-game :space_invader:


Languages

Language:Python 100.0%