Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 933 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 933 Bytes

Space Shooter

A Space Shooter 2D game created in Python 3 using Pygames. It takes inspiration from the original Atari Space Invader game.

Demonstration

Gameplay

How to Play

  • Clone this repository
  • Open the cloned repository
  • Install dependencies pip install -r requirements.txt
  • Run the script main.py using python main.py on your Windows terminal.

Features to add

  • Scores
  • Background Music
  • Boss
  • Ability to pause

You are free to suggest more features by opening an issue.

Notes

This project was created and tested under Windows, and is expected to work fully in other systems too.

This project is still under development. Parts of the source codes may not be well documented. Also suitable prompts may not be available for the user at the moment.

More features and fixes are yet to come. Meanwhile suggestions, ideas, bug reports are welcomed.