An open API service indexing awesome lists of open source software.

https://github.com/shivamshekhar/pygalaxian

A vertical space shooter game made in python using pygame library.
https://github.com/shivamshekhar/pygalaxian

game game-development games pygame pygame-application pygame-library python python-2 python-3 python-library space-game space-invaders space-shooter

Last synced: 3 months ago
JSON representation

A vertical space shooter game made in python using pygame library.

Awesome Lists containing this project

README

        

# PyGalaxian

![](https://github.com/shivamshekhar/PyGalaxian/raw/master/Screenshots/1.png)

### Description:
A simple vertical space shooter game

### Technology:
Built using pygame library on Python 2.7

### Version and Release:
First Release, version 1.0

### Target Platforms:
Windows/Linux/Android(in future)

### Instructions and Prerequisites:
To run this game:
* Make sure you have Python 2.7 installed alongwith pygame (http://www.pygame.org/) library
* Run PyGalaxian.py

##### Controls:
* Move your spaceship by pressing LEFT or RIGHT key
* Fire lazers using UP key
* Destroy all enemies to win the game
* To exit the game at any point of time, just press ESC key

### Screenshots:
![](https://github.com/shivamshekhar/PyGalaxian/raw/master/Screenshots/2.png)

![](https://github.com/shivamshekhar/PyGalaxian/raw/master/Screenshots/3.png)

![](https://github.com/shivamshekhar/PyGalaxian/raw/master/Screenshots/4.png)

### Developed by:
Shivam Shekhar
Email: [email protected]

#### Credits:
* Sprites : http://millionthvector.blogspot.in/p/free-sprites.html
* Logo: http://www4.flamingtext.in

#### References:
* http://www.pygame.org/docs
* https://github.com/TheLycaeum/pygame