From 25f33243abbd8f9a122d6a9053e416c287846b60 Mon Sep 17 00:00:00 2001 From: Adrian Adewunmi Date: Tue, 20 Sep 2022 10:01:27 +0100 Subject: [PATCH 1/3] Create README.md file --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..782fd463 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Space-Invaders-Pygame +Creating the game Space Invaders using Pygame Module in Python From 9c29770fddcad4907b4174d9e798b341ab2451f7 Mon Sep 17 00:00:00 2001 From: Adrian Adewunmi Date: Tue, 20 Sep 2022 10:13:51 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 55 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 782fd463..0131fbbe 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,55 @@ -# Space-Invaders-Pygame -Creating the game Space Invaders using Pygame Module in Python +# 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: + + +## 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 From 402a65ea1d1d4aa9db91b86bb019585468cc6ee8 Mon Sep 17 00:00:00 2001 From: Adrian Adewunmi Date: Tue, 20 Sep 2022 10:20:56 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0131fbbe..d0d6b2fc 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ For major changes, please open an issue first to discuss what you would like to ## 5. Screen Recording: +https://user-images.githubusercontent.com/15172744/191219769-fe766b1a-8d4d-4251-a9d0-91b6919f0beb.mp4 + ## Created by: