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.
- Host: GitHub
- URL: https://github.com/shivamshekhar/pygalaxian
- Owner: shivamshekhar
- Created: 2016-05-26T21:43:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-26T19:27:45.000Z (over 8 years ago)
- Last Synced: 2025-03-23T18:38:59.049Z (3 months ago)
- Topics: game, game-development, games, pygame, pygame-application, pygame-library, python, python-2, python-3, python-library, space-game, space-invaders, space-shooter
- Language: Python
- Homepage: https://shivamshekhar.github.io/PyGalaxian
- Size: 39.2 MB
- Stars: 43
- Watchers: 2
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyGalaxian

### 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:


### 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