Introduction
The classic retro game recreated using Pygame and python.
Environment
OS: Windows10 Python: Python3.5+(have installed necessary dependencies)
Usage
Step1: pip install -r requirements.txt Step2: run "python Game10.py"
Game Features
- Health bar for the space ship
- Score board to show how you are faring so far
- Power ups like shield: increases the space ships life bolt: increases the shooting capability of the ship by firing 2 to 3 bullets instead of one at time.
- Custom sounds and sprite animation for things like
- meteorite explosion
- bullet shoots
- player explosion
- 3 lives per game
- Fun to play :)
Controls
Button Move Left left Move right right Fire bullets spacebar Quit game Esc
Log in or sign up for Devpost to join the conversation.