Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create README.md file which includes screen recording #45

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Project Title: Space Invaders Game


## 1. What is the project?

This project uses Python 3 and the Python Pygame library to create a Space Invader Game.


## 2. Tech Stack / Dependencies:

- Python 3

- Pygame library

URL: https://www.pygame.org/wiki/about


## 3. Installing:

1. Clone the repo.

```
https://github.com/attreyabhatt/Space-Invaders-Pygame.git
```

2. Open Project Folder in IDE.

3. Explore!

4. Open main.py and RUN ➤.

5. Click the spacebar to fire bullets and the left / right arrow key to move the spaceship from left to right. The enemies move randomly!

Enjoy 😎


## 4. Contibuting:

Pull requests are welcome.

For major changes, please open an issue first to discuss what you would like to change with project owner (Attreya Bhatt).


## 5. Screen Recording:

https://user-images.githubusercontent.com/15172744/191219769-fe766b1a-8d4d-4251-a9d0-91b6919f0beb.mp4


## Created by:

Name: Attreya Bhatt

Project Name: Space-Invaders-Pygame

Youtube: https://www.youtube.com/watch?v=FfWpgLFMI7w

Github: https://github.com/attreyabhatt/Space-Invaders-Pygame